home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 24
/
Amiga Format AFCD24 (Feb 1998, Issue 108).iso
/
-in_the_mag-
/
emulation
/
amiga
/
uae-0.7.0b2
/
src
/
od-beos
/
exectasks.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-01-20
|
435b
|
19 lines
/*
* UAE - The Un*x Amiga Emulator
*
* exec.library multitasking emulation
*
* Copyright 1996 Bernd Schmidt
*/
struct switch_struct {
int __ss__dummy;
};
/* Looks weird. I think I had a report once that some compiler chokes if
* the statement is empty. */
/* Yes, Bernd. mwcc chokes... */
#define EXEC_SWITCH_TASKS(run, ready) do { int i = 0; i++; } while(0)
#define EXEC_SETUP_SWS(t) do { int i = 0; i++; } while(0)